home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("click")
- updateStage()
- end
-
- on mouseUp
- global mnum, md, fam
- if md = 0 then
- set mnum to the clickOn - 17
- zoomBox(the clickOn, 12, 1)
- zoomBox(the clickOn, 13, 1)
- if fam = 1 then
- zoomBox(the clickOn, 14, 1)
- end if
- if (fam = 2) and (mnum = 2) then
- zoomBox(the clickOn, 14, 1)
- end if
- if (fam = 3) and (mnum = 2) then
- zoomBox(the clickOn, 14, 1)
- end if
- mpre()
- repeat with i = 11 to 13
- set the visible of sprite i to 1
- end repeat
- if (mnum = 1) and (fam = 1) then
- set the visible of sprite 14 to 1
- end if
- if (mnum = 1) and (fam = 2) then
- set the visible of sprite 14 to 0
- end if
- if (mnum = 1) and (fam = 3) then
- set the visible of sprite 14 to 0
- end if
- if mnum = 2 then
- set the visible of sprite 14 to 1
- end if
- updateStage()
- end if
- end
-